home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00254_Script_CLIC_ZAP_COMMENT_NORMAL < prev    next >
Text File  |  2004-12-05  |  184b  |  10 lines

  1. global gJLM_W
  2. -----------------------------
  3. on mouseUp
  4.   if the pauseState = 1 then exit
  5.   if gJLM_W > 0 then exit
  6.   coupeson(3)
  7.   coupeson(2)
  8.   niveauSon()
  9. end
  10. --------------